Release 10.1A: OpenEdge Getting Started:
Object-oriented Programming
Using procedure libraries
You can store and retrieve the r-code for class files using procedure libraries.
The
DEFINEandNEWstatements search thePROPATHfor the specified class r-code file. If the statements encounter a procedure library on thePROPATH, Progress searches these libraries for the specified r-code.The
RUNstatement supports the ability to execute an r-code file stored in a procedure library that is not on thePROPATHusing the following syntax:
There is no support of this capability for classes. When you define an object reference or create an object instance, the r-code for that object must be found on the
PROPATH.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |